home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mainpictlist
- if rollOver(11) or rollOver(12) then
- go(the name of cast the mouseCast)
- else
- if (the mouseCast = 61) or rollOver(38) then
- go(the frame)
- else
- if (the mouseCast < 81) or (the mouseCast > 83) then
- set the member of sprite 8 to member getAt(mainpictlist, 2) of castLib "S06"
- go("start")
- end if
- end if
- end if
- end
-